home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Nave
/
Monkey Lander.swf
/
scripts
/
frame_184
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2006-06-13
|
173 b
|
12 lines
if(2 < lives)
{
sndBonus.start();
_root.score += 400;
_root.txtScore = _root.score;
headBonus1.gotoAndPlay("start");
}
else
{
sndBuzzer.start();
}